Rdocumentation
powered by
Learn R Programming
darch (version 0.9.1)
setGenWeightFunction<-: Sets the function for generating weight matrices.
Description
The function have to return a matrix with number of units in the lower layer as number of rows and number of units in the upper layer as the nubmer of columns.
Usage
setGenWeightFunction(net) <- value
Arguments
net
A instance of the class
Net
.
value
Object of the class
function
.
See Also
Net